LEADTOOLS WebForms and AJAX (Leadtools.Web.Services assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
ServiceStreamer<TStreamedData,TServiceState> Class Methods
See Also 
Leadtools.Web.Services Namespace : ServiceStreamer<TStreamedData,TServiceState> Class


"

For a list of all members of this type, see ServiceStreamer<TStreamedData,TServiceState> members.

"

Public Methods

 NameDescription
public Method StartStreamingStarts the process of streaming.  
Top

Protected Methods

 NameDescription
protected Method OnCallServicePerform the call to the web service.  
protected Method OnStreamingCompletedCalled when all streams specified in the StreamsLimit are processed.  
protected Method ProcessStreamDetermines whether the ServiceStreamer<TStreamedData,TServiceState> should continue streaming by calling the OnCallService method.  
protected Method UpdateUIUpdates the user interface with the information received from the web service.  
Top

See Also